home *** CD-ROM | disk | FTP | other *** search
- #
- # Microsoft makefile for BCAST [Win32]
- # Requires SEE32.DLL & SEE32.LIB
- #
- # To use: "nmake bcast_32._m_"
- #
-
- !include <win32.mak>
-
- CCFLAGS = -c -DWIN32 -DSTRICT -G3 -Ow -W3 -Zp -Tp
-
- bcast.exe: bcast.obj see32.lib
- link $(conlflags) bcast.obj -out:bcast.exe $(conlibs) see32.lib user32.lib kernel32.lib user32.lib
-
- bcast.obj: bcast.c see.h
- cl $(cflags) $(cvars) bcast.c
-
-
-